type github.com/google/go-cmp/cmp.pointerReferences

9 uses

	github.com/google/go-cmp/cmp (current package)
		report.go#L44: 	ptrs := new(pointerReferences)
		report_compare.go#L98: func (opts formatOptions) FormatDiff(v *valueNode, ptrs *pointerReferences) (out textNode) {
		report_compare.go#L204: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
		report_references.go#L34: type pointerReferences [][2]value.Pointer
		report_references.go#L36: func (ps *pointerReferences) PushPair(vx, vy reflect.Value, d diffMode, deref bool) (pp [2]value.Pointer) {
		report_references.go#L55: func (ps *pointerReferences) Push(v reflect.Value) (p value.Pointer, seen bool) {
		report_references.go#L66: func (ps *pointerReferences) Pop() {
		report_reflect.go#L114: func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind, ptrs *pointerReferences) (out textNode) {
		report_reflect.go#L359: func formatMapKey(v reflect.Value, disambiguate bool, ptrs *pointerReferences) string {